The QTMLSetWindowWndProc routine allows you to specify an application-defined window procedure ( WNDPROC ) which is called by QTML after QTML processes the message for the HWND .
void QTMLSetWindowWndProc(WindowPtr wPtr, void *windowProc);
The QTMLSetWindowWndProc routine is useful if you want to perform some special Windows processing of the native messages that Windows sends to your WindowPtr .
| Previous | Chapter Contents | Chapter Top | Next |